home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000+ Great Games
/
1_1000 Games.iso
/
GAMES_1
/
CANNON.ZIP
/
CANNON.BAT
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-05-20
|
249 b
|
14 lines
echo off
cls
if exist PSMCFG.DAT goto play_game
psmcfg
if exist PSMCFG.DAT goto play_game
echo
echo You must run "PSMCFG.EXE" in order to install the proper sound card!
echo
goto end_of_batch
:play_game
cnshow
cnprog
:end_of_batch